TableStyleCommand Constructor(Table[],String,Boolean)
Initializes a new instance of the
TableStyleCommand class.
'Declaration
Public Function New( _
ByVal () As Table, _
ByVal As String, _
Optional ByVal As Boolean _
)
'Usage
Dim tables() As Table
Dim tableStyleName As String
Dim clearFormat As Boolean
Dim instance As New TableStyleCommand(tables, tableStyleName, clearFormat)
Parameters
- tables
- A list of tables whose style will be applied
- tableStyleName
- A string value indicates the name of table style.
- clearFormat